-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/angular cli config #7485
Fix/angular cli config #7485
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-fork-jounqin-fix-angularcliconfig.storybook.now.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! LGTM
Don't know why a couple of CI tests don't pass - I'll look into this 🙂
Something in the test makes to unable to finish @JounQin could you have a look what it might be? |
@ndelangen Sorry but It should not be my fault, all the merged commits have error status. I've rebased from next branch, hope it will work. |
@kroeder I merged in next, hope the CI approves this time. Would you be able to give your final review? |
ci tests still have errors :| I also have trouble getting them green in #7747 |
I changed the cli test in e187e79 I also split functions in order to improve the tests. If I get CI green we can merge it in this branch. I hope this helps |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
So the CI error has not been fixed? And as I can see, the PR should not be prevented from merging like other merged PRs. |
|
@shilman Are you sure? The error message you mentioned seems having nothing related to this PR. |
@JounQin When I click on the "Files changed" tab in this PR, it looks like that file was added in this PR. No? |
You added the test here: 👀 |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Issue:
What I did
outputPath
,scripts
,styles
are required by@angular-devkit/build-angular
, make sure it won't break if they are not presented.How to test
Is this testable with Jest or Chromatic screenshots?
Yes, added.
Does this need a new example in the kitchen sink apps?
No need.
Does this need an update to the documentation?
No need.
If your answer is yes to any of these, please make sure to include it in your PR.